ObjectPool<T> Class Methods

For a list of all members of this type, see ObjectPool<T> members.

Public Methods
 NameDescription
Public Method Disposes of items in the pool that implement IDisposable.  
Public MethodOverloaded.  Retrieves an item from the pool.  
Public Method Places an item in the pool.  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension Method Checks for null and if not null, calls Dispose
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also